CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 文件 rsa 加密

搜索资源列表

  1. NTL-RSA

    2下载:
  2. 使用NTL大整数库实现RSA公钥密码算法,可用于对文本文件进行加密和解密. 平台Windows98以上,VC++6.0, 内部文件路径均为相对路径,不存在无法编译的Bub.-use of the NTL large integer achieve RSA public key cryptography algorithm, can be used to text file encryption and decryption. Windows98 platform above, VC 6.0,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1917069
    • 提供者:李刚
  1. JAVA.RSA

    0下载:
  2. 用JAVA做的一个RSA加密解密程序,能实现密钥的生成并且对文件进行加密和解密-do with JAVA an RSA encryption and decryption procedures, Key to achieving the production of documents and encryption and decryption
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:14500
    • 提供者:龙宇
  1. rsa

    0下载:
  2. 此文件是实现了使用rsa加密 可以加密图片、文本等
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2639
    • 提供者:王雪娇
  1. RSA

    0下载:
  2. rsa加密算法,实现对长文件的加密,很有意思
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:50172
    • 提供者:yj0510210204
  1. RSA加长分段加密

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空,完成加密;否则转2-RSA encryption algo
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:75988
    • 提供者:何泽荣
  1. MFC RSA使用算法

    0下载:
  2. 使用RSA加密算法完成对文件的加密
  3. 所属分类:源码下载

    • 发布日期:2011-04-16
    • 文件大小:1934608
    • 提供者:island
  1. RSA

    0下载:
  2. RSA的ASN1实现,可以对文件加密解密
  3. 所属分类:加密解密

    • 发布日期:2012-03-10
    • 文件大小:51159
    • 提供者:juipuli@163.com
  1. rsa.rar

    2下载:
  2. 一个独立纯C文件,两千多行代码,控制台界面实现RSA加密解密功能,调试通过,An independent pure C files, more than 2000 lines of code, the console interface RSA encryption and decryption functions, debugging through
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-08-14
    • 文件大小:6498
    • 提供者:lichen
  1. rsa.jar

    0下载:
  2. RSA加密算法打包文件,电子商务可能会用到此算法加密,去掉后缀“.rar”使用-RSA encryption algorithm packaged documents, e-commerce may be encrypted using this algorithm, remove the suffix " . Rar" use
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:13054
    • 提供者:
  1. rsa

    0下载:
  2. ASP中通过vbs类实现rsa加密与解密 有两文件组成 test.ASP 测试演示文件 clsrsa.ASP 实现rsa加密与解密的vbs类文件-Vbs type of ASP through the realization of rsa encryption and decryption files test.ASP two tests to achieve clsrsa.ASP presentation rsa encryption and decryption of the c
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:2416
    • 提供者:eeleo
  1. RSA-MFC

    1下载:
  2. RSA-MFC,基于MFC的RSA加密算法的实现,可以用于16进制文件的加解密-RSA-MFC, the MFC based on the realization of RSA encryption algorithm, can be used for 16-band file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3763250
    • 提供者:高飞
  1. Research-And-Development-Of-RSA-File-Encryption.ra

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1044211
    • 提供者:张波
  1. RSA

    0下载:
  2. RSA加密算法是一种非对称加密算法。在公钥加密标准和电子商业中RSA被广泛使用。源代码包括RSA的源程序以及dll文件。-RSA encryption algorithm is a non-symmetric encryption algorithm. In public key encryption standards and electronic commerce is widely used in RSA. Source code includes the source code and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3165864
    • 提供者:秀秀
  1. Cipher_ch3_src

    1下载:
  2. RSA加密程序,根据参数不同,对目标文件加密或解密。内附实验报告,十分详细-RSA encryption, according to different parameters, the target file encryption or decryption. Experimental report included very detailed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:178901
    • 提供者:huihui
  1. RSA

    0下载:
  2. RSA加密CPP文件,可用于适合RSA加密的程序-RSA encryption CPP file that can be used for RSA encryption procedure
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1586
    • 提供者:樱花树下
  1. RSA

    0下载:
  2. 运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2242
    • 提供者:窦小敏
  1. RSA

    1下载:
  2. RSA加密解密,能实现文件加密,图像加密等各种加密。-failed to translate failed to translate failed to translate failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1915565
    • 提供者:陈双民
  1. RSA

    0下载:
  2. RSA加密解密算法的C语言实现,包含完整的工程文件,编译通过。-RSA encryption decryption algorithm in C language, contains a complete project file and compile.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:991032
    • 提供者:RAINY
  1. 新建文件夹

    0下载:
  2. 用js语言来实现rsa加密解密算法,函数rsaEncrypt()用来实现加密;函数rsaDecrypt()用来实现解密;(Implementation of RSA encryption and decryption algorithm with JS)
  3. 所属分类:加密解密

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:飘&江
  1. RSA算法原理与实现

    2下载:
  2. RSA加密算法,可用于密钥产生,文件数据加密.(RSA encryption algorithm, can be used for key generation, file data encryption)
  3. 所属分类:加密解密

    • 发布日期:2017-12-31
    • 文件大小:649216
    • 提供者:好好学习95
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com